This installs a StartupItem to start Subversion's server svnserve in stand-alone deamon mode (-d).

After installation you might want to edit the startup script and add a repository root directory to serve from. Open Terminal and type 'sudo vi /Library/StartupItems/Subversion/Subversion' and add '-r /full/path/to/repos-root/' after the -d option.

You can read more about how to configure Subversion here : http://svnbook.red-bean.com/
